Release 10.1A: OpenEdge Application Server:
Developing WebSpeed Applications


hidden-field-list

This function accepts a list of fields and returns newline-delimited (~n) list of HTML tags formatted to hide those fields. The output is in the following format:

<INPUT TYPE="HIDDEN" NAME="encoded-field-name" VALUE="encoded-field-value"> 

Location: web\method\cgiutils.i

Parameters:

INPUT p_name-list AS CHARACTER

Character expression containing a comma-separated list of field names available through the get-value function.

Returns: CHARACTER

Notes: The value associated with each field name is determined by calling the get-value function.

Examples:

cHiddenFields = hidden-field-list("user-name,login-company,password":U) 

See also:

hidden-field

get-value

url-field-list

url-format


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095